home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Plug-in - WireFrame Renderer / SR_WinDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-14  |  786 b   |  28 lines  |  [TEXT/LMAN]

  1. /******************************************************************************
  2.  **                                                                             **
  3.  **     Module:        SR_WinDialog.h                                             **
  4.  **                                                                          **
  5.  **                                                                          **
  6.  **     Purpose:     Modal dialog routines                                      **
  7.  **                                                                          **
  8.  **                                                                          **
  9.  **                                                                          **
  10.  **     Copyright (C) 1996 Apple Computer, Inc.  All rights reserved.         **
  11.  **                                                                          **
  12.  **                                                                          **
  13.  *****************************************************************************/
  14. #ifndef SR_WinDialog_h
  15. #define SR_WinDialog_h
  16.  
  17. #include "QD3D.h"
  18.  
  19.  
  20. TQ3Status SR_WinModalDialog(
  21.     TQ3RendererObject            renderer,
  22.     TQ3DialogAnchor             dialogAnchor, 
  23.     TQ3Boolean                    *canceled,    
  24.     void                        *rendererPrivate);
  25.  
  26.  
  27. #endif  /*  SR_WinDialog_h  */
  28.